All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.TabView

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Responder
                   |
                   +----com.apple.alpha.app.View
                           |
                           +----com.apple.alpha.app.TabView

public class TabView
extends View
This class wraps the Objective-C class NSTabView.


Variable Index

 o BackgroundTab
 o BottomTabsBezelBorder
 o LeftTabsBezelBorder
 o NoTabsBezelBorder
 o NoTabsLineBorder
 o NoTabsNoBorder
 o PressedTab
 o RightTabsBezelBorder
 o SelectedTab
 o TopTabsBezelBorder

Constructor Index

 o TabView()
This default constructor is equivalent to Objective-C's [[NSTabView alloc] init].
 o TabView(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o TabView(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o TabView(Rect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.

Method Index

 o addTabViewItem(TabViewItem)
A wrapper for the - addTabViewItem: Objective-C instance method.
 o allowsTruncatedLabels()
A wrapper for the - allowsTruncatedLabels Objective-C instance method.
 o contentRect()
A wrapper for the - contentRect Objective-C instance method.
 o delegate()
A wrapper for the - delegate Objective-C instance method.
 o drawsBackground()
A wrapper for the - drawsBackground Objective-C instance method.
 o font()
A wrapper for the - font Objective-C instance method.
 o indexOfTabViewItem(TabViewItem)
A wrapper for the - indexOfTabViewItem: Objective-C instance method.
 o indexOfTabViewItemWithIdentifier(Object)
A wrapper for the - indexOfTabViewItemWithIdentifier: Objective-C instance method.
 o insertTabViewItem(TabViewItem, int)
A wrapper for the - insertTabViewItem:atIndex: Objective-C instance method.
 o minimumSize()
A wrapper for the - minimumSize Objective-C instance method.
 o numberOfTabViewItems()
A wrapper for the - numberOfTabViewItems Objective-C instance method.
 o removeTabViewItem(TabViewItem)
A wrapper for the - removeTabViewItem: Objective-C instance method.
 o selectedTabViewItem()
A wrapper for the - selectedTabViewItem Objective-C instance method.
 o selectFirstTabViewItem(Object)
A wrapper for the - selectFirstTabViewItem: Objective-C instance method.
 o selectLastTabViewItem(Object)
A wrapper for the - selectLastTabViewItem: Objective-C instance method.
 o selectNextTabViewItem(Object)
A wrapper for the - selectNextTabViewItem: Objective-C instance method.
 o selectPreviousTabViewItem(Object)
A wrapper for the - selectPreviousTabViewItem: Objective-C instance method.
 o selectTabViewItem(TabViewItem)
A wrapper for the - selectTabViewItem: Objective-C instance method.
 o selectTabViewItemAtIndex(int)
A wrapper for the - selectTabViewItemAtIndex: Objective-C instance method.
 o setAllowsTruncatedLabels(boolean)
A wrapper for the - setAllowsTruncatedLabels: Objective-C instance method.
 o setDelegate(Object)
A wrapper for the - setDelegate: Objective-C instance method.
 o setDrawsBackground(boolean)
A wrapper for the - setDrawsBackground: Objective-C instance method.
 o setFont(Font)
A wrapper for the - setFont: Objective-C instance method.
 o setTabViewType(int)
A wrapper for the - setTabViewType: Objective-C instance method.
 o tabViewItemAtIndex(int)
A wrapper for the - tabViewItemAtIndex: Objective-C instance method.
 o tabViewItemAtPoint(Point)
A wrapper for the - tabViewItemAtPoint: Objective-C instance method.
 o tabViewItems()
A wrapper for the - tabViewItems Objective-C instance method.
 o tabViewType()
A wrapper for the - tabViewType Objective-C instance method.
 o takeSelectedTabViewItemFromSender(Object)
A wrapper for the - takeSelectedTabViewItemFromSender: Objective-C instance method.

Variables

 o SelectedTab
 public static final int SelectedTab
 o BackgroundTab
 public static final int BackgroundTab
 o PressedTab
 public static final int PressedTab
 o TopTabsBezelBorder
 public static final int TopTabsBezelBorder
 o LeftTabsBezelBorder
 public static final int LeftTabsBezelBorder
 o BottomTabsBezelBorder
 public static final int BottomTabsBezelBorder
 o RightTabsBezelBorder
 public static final int RightTabsBezelBorder
 o NoTabsBezelBorder
 public static final int NoTabsBezelBorder
 o NoTabsLineBorder
 public static final int NoTabsLineBorder
 o NoTabsNoBorder
 public static final int NoTabsNoBorder

Constructors

 o TabView
 protected TabView(boolean shouldAllocate,
                   int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o TabView
 public TabView()
This default constructor is equivalent to Objective-C's [[NSTabView alloc] init].

 o TabView
 public TabView(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o TabView
 public TabView(Rect frameRect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.

Methods

 o selectTabViewItem
 public native void selectTabViewItem(TabViewItem tabViewItem)
A wrapper for the - selectTabViewItem: Objective-C instance method.

 o selectTabViewItemAtIndex
 public native void selectTabViewItemAtIndex(int index)
A wrapper for the - selectTabViewItemAtIndex: Objective-C instance method.

 o takeSelectedTabViewItemFromSender
 public native void takeSelectedTabViewItemFromSender(Object sender)
A wrapper for the - takeSelectedTabViewItemFromSender: Objective-C instance method.

 o selectFirstTabViewItem
 public native void selectFirstTabViewItem(Object sender)
A wrapper for the - selectFirstTabViewItem: Objective-C instance method.

 o selectLastTabViewItem
 public native void selectLastTabViewItem(Object sender)
A wrapper for the - selectLastTabViewItem: Objective-C instance method.

 o selectNextTabViewItem
 public native void selectNextTabViewItem(Object sender)
A wrapper for the - selectNextTabViewItem: Objective-C instance method.

 o selectPreviousTabViewItem
 public native void selectPreviousTabViewItem(Object sender)
A wrapper for the - selectPreviousTabViewItem: Objective-C instance method.

 o selectedTabViewItem
 public native TabViewItem selectedTabViewItem()
A wrapper for the - selectedTabViewItem Objective-C instance method.

 o indexOfTabViewItemWithIdentifier
 public native int indexOfTabViewItemWithIdentifier(Object identifier)
A wrapper for the - indexOfTabViewItemWithIdentifier: Objective-C instance method.

 o font
 public native Font font()
A wrapper for the - font Objective-C instance method.

 o tabViewType
 public native int tabViewType()
A wrapper for the - tabViewType Objective-C instance method.

 o tabViewItems
 public native Array tabViewItems()
A wrapper for the - tabViewItems Objective-C instance method.

 o allowsTruncatedLabels
 public native boolean allowsTruncatedLabels()
A wrapper for the - allowsTruncatedLabels Objective-C instance method.

 o minimumSize
 public native Size minimumSize()
A wrapper for the - minimumSize Objective-C instance method.

 o drawsBackground
 public native boolean drawsBackground()
A wrapper for the - drawsBackground Objective-C instance method.

 o setFont
 public native void setFont(Font font)
A wrapper for the - setFont: Objective-C instance method.

 o setTabViewType
 public native void setTabViewType(int tabViewType)
A wrapper for the - setTabViewType: Objective-C instance method.

 o setAllowsTruncatedLabels
 public native void setAllowsTruncatedLabels(boolean allowTruncatedLabels)
A wrapper for the - setAllowsTruncatedLabels: Objective-C instance method.

 o setDrawsBackground
 public native void setDrawsBackground(boolean flag)
A wrapper for the - setDrawsBackground: Objective-C instance method.

 o addTabViewItem
 public native void addTabViewItem(TabViewItem tabViewItem)
A wrapper for the - addTabViewItem: Objective-C instance method.

 o insertTabViewItem
 public native void insertTabViewItem(TabViewItem tabViewItem,
                                      int index)
A wrapper for the - insertTabViewItem:atIndex: Objective-C instance method.

 o removeTabViewItem
 public native void removeTabViewItem(TabViewItem tabViewItem)
A wrapper for the - removeTabViewItem: Objective-C instance method.

 o setDelegate
 public native void setDelegate(Object anObject)
A wrapper for the - setDelegate: Objective-C instance method.

 o delegate
 public native Object delegate()
A wrapper for the - delegate Objective-C instance method.

 o tabViewItemAtPoint
 public native TabViewItem tabViewItemAtPoint(Point point)
A wrapper for the - tabViewItemAtPoint: Objective-C instance method.

 o contentRect
 public native Rect contentRect()
A wrapper for the - contentRect Objective-C instance method.

 o numberOfTabViewItems
 public native int numberOfTabViewItems()
A wrapper for the - numberOfTabViewItems Objective-C instance method.

 o indexOfTabViewItem
 public native int indexOfTabViewItem(TabViewItem tabViewItem)
A wrapper for the - indexOfTabViewItem: Objective-C instance method.

 o tabViewItemAtIndex
 public native TabViewItem tabViewItemAtIndex(int index)
A wrapper for the - tabViewItemAtIndex: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index